home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / bnchmark.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.4 KB  |  96 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Benchmarks; Examples for Training and Transition
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Doris Sayon and Bonnie Burkhardt
  7. --                   : GTE Sylvania Systems Group, Western Division
  8. --                   : P.O. Box 7188
  9. --                   : San Diego, CA  94039
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 GTE
  14. -- DATE CREATED      : May 1985
  15. -- DATE RELEASED     : June 1985
  16. -- DATE LAST UPDATED : June 1985
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : BENCHMARKS
  21. -- CATEGORY LEVEL 2  : Language Comparison
  22. -- CATEGORY LEVEL 3  : Ada, C, FORTRAN, Pascal
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : benchmarks
  25. -- KEYWORD           : C
  26. -- KEYWORD           : Ada
  27. -- KEYWORD           : FORTRAN
  28. -- KEYWORD           : Pascal
  29. -- INDEX             : Benchmarks
  30. -- INDEX             : Benchmarks, C
  31. -- INDEX             : Benchmarks, Ada
  32. -- INDEX             : Benchmarks, Pascal
  33. -- INDEX             : Benchmarks, FORTRAN
  34. -- INDEX             : Benchmarks, Whetstone
  35. -- INDEX             : Benchmarks, Dhrystone
  36. -- INDEX             : Whetstone Benchmarks
  37. -- INDEX             : Dhrystone Benchmarks
  38. -- TAXONOMY          : 
  39. -- DEPENDENCIES      : 
  40. -- SEE ALSO          : WIS_TOOL_10_2
  41. --= FILE LISTING         ===============================================--
  42. -- FILE SPECS        : PD:<ADA.BENCHMARKS>BEN*.*
  43. -- DIRECTORY DISPLAY :
  44. -- Directory   PD:<ADA.BENCHMARKS>
  45. --      File Name     Byte Count  Line Count
  46. --   ---------------  ----------  ----------
  47. --   BENCH.DOC              7291         217
  48. --   BENCHABS.DOC           2658          53
  49. --   BENCHADA.SRC          75057        2330
  50. --   BENCHDHRY.ADA         18473         571
  51. --   BENCHMARK.CMM          3266          68
  52. --   BENCHMARK.PRO          3857          79
  53. --   BENCHPFC.DIS            332          10
  54. --   BENCHPFC.SRC          81329        3149
  55. --   BENCHRES.DOC          10307         185
  56. --   BENCHSRC.DIS            241           8
  57. --   BENENV.INF              103           6
  58. --   BENHTOOLS.ADA         10791         353
  59. --   BENMATH.ADA             965          24
  60. --   BENWHET.COM             262           9
  61. --   ===============  ==========  ==========
  62. --    14 Files            214932        7062
  63. --= ABSTRACT             ===============================================--
  64. --         A suite of timing and sizing  benchmark  programs  written  in
  65. -- "C",  Ada,  Fortran and Pascal.  The first program in the suite is the
  66. -- Whetstone benchmark, which measures processor speed.   This  benchmark
  67. -- suite is available in "C", Ada, Fortran and Pascal.  The other program
  68. -- in the suite is the  Dhrystone  benchmark.   The  Dhrystone  benchmark
  69. -- measures  statement  execution  per unit time.  Dhrystone is available
  70. -- only for Ada.
  71. --= REVISION HISTORY     ===============================================--
  72. --
  73. -- DATE         VERSION AUTHORS                 HISTORY 
  74. -- 06/85        1.0     Sayon/Burkhardt         Initial Release
  75. --= RELEASE NOTICE       ===============================================--
  76. -- This prologue must be included in all copies of this software.
  77. -- 
  78. -- This software is copyright by the author.
  79. -- 
  80. -- This software is released to the Ada community.
  81. -- This software is released to the Public Domain (note:
  82. --   software released to the Public Domain is not subject
  83. --   to copyright protection).
  84. -- Restrictions on use or distribution:  NONE
  85. --= DISCLAIMER           ===============================================--
  86. --    This software and its documentation are provided "AS IS" and
  87. -- without any expressed or implied warranties whatsoever.  No warranties
  88. -- as to performance, merchantability, or fitness for a particular
  89. -- purpose exist.
  90. --    The user is advised to test the software thoroughly before
  91. -- relying on it.  The user must assume the entire risk and liability of
  92. -- using this software.  In no event shall any person or organization of
  93. -- people be held responsible for any direct, indirect, consequential or
  94. -- inconsequential damages or lost profits.
  95. --======================================================================--
  96.